In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / CreateAnchorTemplateL Method

CreateAnchorTemplateL Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function CreateAnchorTemplateL( _

   ByVal ImageID As Integer, _

   ByVal PosLeft As Integer, _

   ByVal PosTop As Integer, _

   ByVal Width As Integer, _

   ByVal Height As Integer _

) As Long
public long CreateAnchorTemplateL( 

   int ImageID,

   int PosLeft,

   int PosTop,

   int Width,

   int Height

)
public function CreateAnchorTemplateL( 

    ImageID: Integer;

    PosLeft: Integer;

    PosTop: Integer;

    Width: Integer;

    Height: Integer

): Int64; 
public function CreateAnchorTemplateL( 

   ImageID : int,

   PosLeft : int,

   PosTop : int,

   Width : int,

   Height : int

) : long;
public: long CreateAnchorTemplateL( 

   int ImageID,

   int PosLeft,

   int PosTop,

   int Width,

   int Height

) 
public:

int64 CreateAnchorTemplateL( 

   int ImageID,

   int PosLeft,

   int PosTop,

   int Width,

   int Height

) 

Parameters

ImageID
PosLeft
PosTop
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members